home *** CD-ROM | disk | FTP | other *** search
/ My Neighborhood / My Neighborhood.iso / mac / MacFiles / Grandma.Dxr / 00073.ls < prev    next >
Encoding:
Text File  |  1997-11-18  |  234 b   |  11 lines

  1. on mouseUp
  2.   global tumbling, goingUp
  3.   if the name of cast the castNum of sprite 13 = "a1" then
  4.     set tumbling to 1
  5.   else
  6.     if the name of cast the castNum of sprite 13 = "a3" then
  7.       set goingUp to 1
  8.     end if
  9.   end if
  10. end
  11.